Searched: \.*

Results from Main web retrieved at 11:11 (GMT)

My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Adding New Metrics to the Metrics Service The Metrics Package has helper classes for collecting raw sensor values, converting them into metrics, adding them into the ...
CSMART CSMART is an integrated toolset for building, running, monitoring, and analyzing all Cougaar societies, and for performing experiments on those societies by ...
Edit personal data Edit text Create Edit text #TopicEnd
Core The core of Cougaar, including Agent, Node definitions and initialization, and the MTS. See Also CougaarProjects, CougaarSE, Forum CVS Repo Core CVS Repo ...
Cougaar Developer Guide A complete introduction to development with Cougaar Agents. Slides :
Cougaar Documentation General FAQ Description: A Q A of frequently asked questions about Cougaar License Description: The Cougaar BSD style License ...
Cougaar FAQ This FAQ covers high level Cougaar questions, such as "What is Cougaar?", high level technical questions, and licensing issues. General Overview ...
CougaarIDE An Integrated Development Environment for Cougaar CougaarIDE is being developed by Software Inc., to support developers interested in using Cougaar. For ...
Building CougaarIDE NOTE: As CougaarIDE is comprised of a number of Plugins for Eclipse, it currently can only be built from Eclipse. Therefore you will need to install ...
CougaarIDE Features and Project Plan Current Features: The features listed below are functional in our current release. Start of a Cougaar Perspective ...
Cougaar IDE CVS Anonymous CVS Access This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module ...
Running Cougaar Tutorials Using Eclipse Install Cougaar You can download here 11.2 Make sure you set your COUGAAR INSTALL PATH and CIP environment variables ...
How to use Cougaar IDE NOTE: Cougaar IDE is still in the alpha development stage. Not all functionality is implemented, and it may contain bugs. This page provides ...
Cougaar Meetings Open Cougaar Open Cougaar 2004 Proceedings OCC04 Proceedings.pdf: Open Cougaar 2004 proceedings (170 page PDF) Papers oc04 rob.pdf ...
Version 1.1 is Released! Overview: The Cougaar MicroEdition project has developed a JAVA based distributed agent software suite derived from the Cougaar architecture ...
In this exercise, the robots are to fan out and find the ultrasonic emitter located at the other end of the parking lot. The emitter is the thing on the white boxes ...
Cougaar Partners Technologies : BBN created most of the Cougaar Architecture and has used Cougaar in several projects, such as Ultra Log. Software : CougaarSoftware ...
Cougaar Projects Current Projects CougaarSE The overall Cougaar Architecture CoreProject The core module (agent framework) CougaarIDE The developer IDE GUI Unsupported ...
Cougaar Releases Cougaar 12.4 Cougaar12 4.zip: Cougaar 12.4 Release ReleaseNotes
Welcome to Cougaar! Links Common Links Main Download Latest Release Tutorials GettingStarted CougaarFAQ ...
Cougaar Project Cougaar is a java based architecture for the construction of large scale distributed agent based applications. It is the product of a multi year DARPA ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Cougaar Database Access Information CSMART and some plugins found in the Cougaar infrastructure and the glm/mlm packages require information from a database (most ...
Cougaar Open Source License The Cougaar Open Source License (COSL) is a modified version of the OSI approved BSD License. Modifications are highlighted. COSL License ...
/ Stand alone java client that opens up a URL connection, reads an object stream and outputs the result (will be a java ArrayList of 'Path Metric's ) Usage ...
Extending the Pizza Party Application There are many pieces of the pizza party application which you could re use in your own appliccations as is, or with ...
Contents Overview Architecture Design Frameset XML Frameset DTD Code Generation The Cougaar Frame Infrastructure: Overview The Cougaar ...
General Documentation Conference Papers AAMAS03: Performance Measurement Tools AAMAS03 perf measurement.pdf Description: Tools an Techniques for Performance ...
Cougaar Quick Start Guide Introduction This document will help the novice Cougaar user get Cougaar installed, and get a simple Cougaar application running. From there ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Cougaar "Hello World" Demo NOTE: This file and all referenced files are included in the demo hello.zip of the Cougaar release. This module contains the Cougaar ...
Installing CougaarIDE NOTE: As CougaarIDE is comprised of a number of Plugins for Eclipse, you will need to install the Eclipse SDK before attempting to run CougaarIDE ...
Installing Cougaar The following installation instructions are also covered in the Cougaar Overview Slides. 1 Requirements: Ensure that Java 1.5 is installed ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Cougaar is released under the following open source (BSD based) license: Cougaar Open Source License The Cougaar Open Source License (COSL) is a modified version of ...
Cougaar "Mesh" Demos NOTE: This file and all referenced files are included in the demo mesh.zip of the Cougaar release. This module contains the Cougaar "mesh ...
Contents MTSOverview DesignAndArchitecture Stations LinkProtocols Aspects Configuration Overview The Cougaar Message Transport Service ...
Metric Keys This section discusses the structure of the Metrics keys name space and defines common keys. Metrics are written into the MetricsUpdateService as key value ...
org.cougaar.core.qos.metrics.MetricNotificationQualifier This qualifier is used to restrict the frequency of callbacks, for example by specifying the smallest change ...
Metric Paths This section discusses the structure of the Metrics Paths and defines common Paths. Metrics read from the MetricsService are the values from a real time ...
Use Cases and Examples Example Metrics Reader An example Metrics Service subscriber can be found in the core module. package org.cougaar.core.qos.metrics; / ...
Metrics Service Contents Metrics Service Overview The Cougaar Metrics Service records and integrates metrics data captured by local sensors, such as CPU load and ...
org.cougaar.core.qos.metrics.MetricsService $ Metric getValue(String path, VariableEvaluator evaluator, Properties qos tags): The most general query function in the ...
Design and Architecture Gossip based Dissemination Design Design and Architecture The core underlying infrastructure used by the Metrics Services is the ...
org.cougaar.core.qos.metrics.Metric $ Object getRawValue(): Returns the raw value of the metric. If you know what type the value should be, use one of the type specific ...
Cougaar includes optional servlet components to display metrics data in a browser. These servlets can be used to: View the real time performance of the society ...
org.cougaar.core.qos.metrics.MetricsUpdateService $ void updateValue(String key, Metric value): Adds a new or updated metric to the Metrics Service. The syntax of ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Nobody Group Member list: Set GROUP Persons/group who can change the list: Set ALLOWTOPICCHANGE TWikiAdminGroup Used to prevent dangerous ...
Cougaar "Ping" Demos NOTE: This file and all referenced files are included in the demo ping.zip of the CougaarReleases This module contains the Cougaar "ping ...
Pizza Party Planner Application INTRODUCTION The Pizza Party Planner application is a simple 8 agent society that exercises many key Cougaar modules, while staying ...
Pizza Party Planner Notes Alice is having a Pizza party, and inviting everyone on her "buddy list", the people in the FriendsOfMark COMM community. She sends them ...
The Story of the Pizza Party For Powerpoint slides describing the application, see PizzaApplication#DOCUMENTS The Pizza Party Application shows 8 Cougaar agents split ...
Cougaar Memory Profiler NOTE: As of January 2007, the Cougaar memory profiler should be considered deprecated . The Cougaar memory profiler was written to overcome ...
Programmer's guide to the Metrics Service Use Cases and Example Keys Paths APIs MetricsService MetricsUpdateService Metric ...
Release Notes COUGAAR 12.4 Introduction This file contains the release notes for Cougaar 12.4. Cougaar is an open source, Java based architecture that supports ...
Contents of this Cougaar Release This file documents the contents of this release and the general layout of Cougaar software modules. When you download a Cougaar release ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Service Discovery Anonymous CVS Access This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module ...
Servlet Tunnel and Redirect support This page discusses Cougaar's remote servlet tunnel/redirect support. The servlet tunnel allows requests for remote servlets to ...
Special Topics DataAccess : manages database access FramesManual : provides a lightweight and efficiently distributed form of knowledge representation MessageTransport ...
Support Project The core of Cougaar, including Agent, Node definitions and initialization, and the MTS. See : CougaarProjects, CougaarSE Browse the CVS Tree Browsing ...
TWiki Administrator Group Member list (comma separated list): Set GROUP JimGlockling, AaronHelsinger, MichelleKappler, ToddWright, JohnZinky Persons ...
TWiki Administrator User The TWikiAdminUser has been added to TWiki 4.2.0 to make it possible to login without needing to create a TWiki User, or to temporarily login ...
TWiki Contributor Not an actual user of this site, but a person devoting some of his/her time to contribute to the Open Source TWiki project. TWikiContributor lists ...
nop Member list (comma separated list): Set GROUP Persons/group who can change the list: Set ALLOWTOPICCHANGE , TWikiGroups, ...
TWiki Groups These groups can be used to define fine grained .TWikiAccessControl in nop TWiki: New Group: Note: A group topic name must be a .WikiWord ...
The nop TWikiGuest User A guest of this TWiki web, not unlike yourself. You can leave your trace behind you, just add your name in .TWikiRegistration and create your ...
" }% FINALPREFERENCES locks site level preferences that are not allowed to be overridden by or user preferences: Set FINALPREFERENCES ATTACHFILESIZELIMIT ...
The nop TWikiRegistrationAgent User This is a TWiki User used by TWiki when it registers new users. This user has special access to write to , and does not need an ...
List of nop TWiki users Below is a list of users with accounts. If you want to edit topics or see protected areas of the site then you can get added to the list by ...
Release Notes COUGAAR 12.4 Jump down to: http://cougaar.cougaar.org/software/latest/doc/#license License http://cougaar.cougaar.org/software ...
Cougaar Template Support The Cougaar template property controls the standard set of infrastructure components that are loaded into the nodes and agents. For example ...
Contents Overview Design and Architecture Use Cases and Examples APIs Schedulable ThreadControlService ThreadListener ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Cougaar Tutorials Basic Demos The following demos are discussed in the CougaarOverview 1 A "Hello, World!" application : HelloWorldDemo 1 A two agent "Ping ...
Tutorials Project Basic Demos The following demos are discussed in the CougaarOverview 1 A "Hello, World!" application. ( README) 1 A two agent "Ping" application ...
The nop UnknownUser User UnknownUser is a reserved name in TWiki. If the UnknownUser appears, it is probably because author information for a topic could not be recovered ...
Header of User Homepages Note: This is a maintenance topic, used by the TWiki administrator. The part between the horizontal rules gets included at the top of ...
User List sorted by name
User List sorted by date joined / updated
User List sorted by location
User List showing all photographs " size "large" title " $topic "}% If TWiki:Plugins.ImageGalleryPlugin is installed this page will show photos and names of all ...
org.cougaar.core.qos.metrics.VariableEvaluator Path specifications in the Metrics Service support a limited notion of variables for which actual values are substituted ...
TWiki's nop Main web The web for users, groups and offices. TWiki is an Enterprise Collaboration Platform.
Cougaar Agents Cougaar Agents : Also see the Page Documentation FAQ Read a list of Frequently Asked Questions License Read the BSD style license Overview Read ...
This is a subscription service to be automatically notified by e mail when topics change in this nop Main web. This is a convenient service, so you do not have ...
nop Main Web Preferences The following settings are web preferences of the Main web. These preferences overwrite the site level preferences in . and ...
" else " nop TWiki's nop Main web"}% /Main The web for users, groups and offices. TWiki is an Enterprise Collaboration Platform.
Statistics for nop Main Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...
Number of topics: 102
Topic revision: r35 - 20 Aug 2009 - 18:31:23 - GordonVidaver
 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback